Skip to content

Feature/rdkshell - #160

Open
Abhinavpv28 wants to merge 2 commits into
developfrom
feature/rdkshell
Open

Feature/rdkshell#160
Abhinavpv28 wants to merge 2 commits into
developfrom
feature/rdkshell

Conversation

@Abhinavpv28

Copy link
Copy Markdown
Contributor

No description provided.

@Abhinavpv28
Abhinavpv28 requested a review from a team as a code owner July 28, 2026 08:53
Copilot AI review requested due to automatic review settings July 28, 2026 08:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

/* Skip non-regular files (symlinks, devices, etc.) */
if (S_ISLNK(file_stat.st_mode)) {
/* For symlinks, check the target is a regular file */
if (stat(source_file, &file_stat) != 0 || !S_ISREG(file_stat.st_mode)) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants